body {
    font-family: 'Prompt', sans-serif !important;
    background-color: #f3f6fe;
}

.Center-box-Z1 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.card {
    /* background: linear-gradient(to bottom, rgba(17, 78, 170, 0.599) ,rgba(17, 78, 170, 0.450) 10%, white 25%); */
    background-color: #ffffff;
    border-radius: 20px;
    padding: 40px 55px;
    width: 400px;
    box-shadow: 0px 3px 6px #0000004d;
}

.abt {
    font-size: 14px
}

.inputbox-register {
    margin-top: 0px;
    position: relative;
}

.inputbox-register input {
    border: 2px solid #eee;
    padding: 0 10px;
    font-size: 13px;
}

.inputbox-register input:focus {
    color: #495057;
    background-color: #fff;
    border-color: none;
    outline: 0;
    box-shadow: none;
    border: 2px solid #0d6efd
}

.inputbox-register span {

    font-size: 12px;
}


.inputbox-register a {

    font-size: 12px;
    text-decoration: none;
}


.inputbox {
    margin-top: 4px;
    position: relative
}

.inputbox input {
    border: 2px solid #eee;
    padding: 0 10px;
    font-size: 13px;
}

.inputbox input:focus {
    color: #495057;
    background-color: #fff;
    border-color: none;
    outline: 0;
    box-shadow: none;
    border: 2px solid #0d6efd
}

.inputbox span {

    font-size: 12px;
}


.inputbox a {

    font-size: 12px;
    text-decoration: none;
}

.input-tag {
    position: absolute;
    top: 27px;
    left: 7px;
    width: 32px
}

.proceed button {

    font-size: 15px
}




.btn-primary {
    color: #fff;
    background-color: #255eb4;
    border-color: #255eb4;
    box-shadow: none;

}

.btn-primary:hover {
    color: #fff;
    background-color: #0747a7;
    border-color: #0747a7;
    box-shadow: none
}

.btn-primary:focus {
    color: #fff;
    background-color: #255eb4;
    border-color: #255eb4;
    box-shadow: none
}


.error {
    font-size: 16px;
    width: 92%;
    margin: 0px auto;
    padding: 10px;
    border: 1px solid #a94442;
    color: #a94442;
    background: #f2dede;
    border-radius: 5px;
    text-align: left;
}

.Box-EditProflie-H1 {
    /* background-color: #fbfbfb; */
    /* background: linear-gradient(to bottom, rgb(220, 241, 255), rgb(160, 217, 255) 20%, white 20%); */
    background: linear-gradient(to bottom, #14223F 20%, white 20%);

    
    border-radius: 50px;
    padding: 20px 50px 20px 50px;

    width: 500px;
    height: auto;


    color: rgb(255, 255, 255);

    box-shadow: 0px 3px 6px #00000029;

}

.Box-EditProflie-H2 {
    background-color: #fbfbfb;
    /* background: linear-gradient(to bottom, rgb(0, 101, 168), rgb(0, 153, 255) 20%, white 20%); */

    border-radius: 50px;
    padding: 20px;

    width: 500px;
    height: 550px;
    border: 0px;

    color: rgb(255, 255, 255);

    box-shadow: 0px 3px 6px #00000029;

}

.TOA {
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-h1 {
    color: #fff;
    background-color: #34df00;
    border-color: #34df00;
}

.btn-h1:hover {
    color: #fff;
    background-color: #28aa00;
    border-color: #249900;
}

.btn-h2 {
    color: #fff;
    background-color: #df0000;
    border-color: #df0000;
}

.btn-h2:hover {
    color: #fff;
    background-color: #aa0000;
    border-color: #990000;
}


.Img-addon-h1 {
    height: 120px;
    width: 120px;
    pointer-events: none;
    border-radius: 100px;
}

div .inputbox-register {
    color: black;
    font-size: 16px;
    font-weight: 500;
}

.font-b {
    color: black;
}

.font-bon {
    color: rgb(0, 0, 0);
}

.Center-MainBody-H1 {
    display: flex;
    font-size: 20px;
    margin-top: 2px;
    font-weight: 500;
    justify-content: center;
    align-content: stretch;
    flex-wrap: wrap;
    align-items: center;
}

/* แจ้งเตือน */
.btn-addon-edit {
    color: white;
    background-color: #14223F;
    border-color: #14223F;
    border-radius: 14px;
    text-decoration: none;
    border: none;

    display: flex;
    align-items: center;
    justify-content: center;
    height: 35px;
    width: 120px;
    box-shadow: 0px 3px 6px #00000029;
    transition: all 0.5s;
}

.btn-addon-edit:hover {
    color: white;
    background-color: #264681;
    border-color: #264681;
    border-radius: 14px;
    border: none;

    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 3px 6px #00000029;
    transition: all 0.5s;

}

.Footer-Magin {
    margin-bottom: 35px;
}



.Card-login-center {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}


.modal-header-h1 {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: var(--bs-modal-header-padding);
    border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
    border-top-left-radius: var(--bs-modal-inner-border-radius);
    border-top-right-radius: var(--bs-modal-inner-border-radius);
    background-color: #15224021;
}


.Card-Register {
    /* background: linear-gradient(to bottom, rgba(17, 78, 170, 0.599) ,rgba(17, 78, 170, 0.450) 10%, white 25%); */
    background-color: #ffffff;
    border-radius: 20px;
    padding: 40px 55px;
    width: 480px;
    box-shadow: 0px 3px 6px #0000004d;
}

.modal-content {
    border-radius: 20px;
}

/* Background Wave */
.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    /* padding: 30px; */
    color: var(--bs-modal-color);
    pointer-events: auto;
    background-color: var(--bs-modal-bg);
    background-clip: padding-box;
    border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
    border-radius: 20px;
    outline: 0;
}

.Sub-id1 {
    color: #fff;
    background-color: #14223F;
    border-color: #14223F;
    box-shadow: none;
    border: none;
    height: 35px;
    width: 100px;
    border-radius: 14px;
    transition: all 0.5s;

}

.Sub-id1:hover {
    color: #fff;
    background-color: #264681;
    border-color: #264681;
    border: none;
    transition: all 0.5s;
}


.Close-id1 {
    color: #fff;
    background-color: #b2b2b2;
    border-color: #b2b2b2;
    border: none;
    height: 35px;
    width: 100px;
    border-radius: 14px;
    transition: all 0.5s;
}

.Close-id1:hover {
    color: #fff;
    background-color: #878787;
    border-color: #878787;
    box-shadow: none;
    border: none;
    transition: all 0.5s;
}

.Box-Edit-reposive {
    margin: 20px 0px 20px;
    width: 100%;
    padding: 0px 60px 0px 60px;
}

.swal2-styled {

    background-color: #1b2b4d !important;

}

@media (min-width: 0px) and (max-width: 767px) {
    .card {
        border-radius: 10px;
        padding: 35px 45px;
        width: 340px;
    }

    .Box-EditProflie-H1 {
        background-color: #fbfbfb;
        border-radius: 50px;
        padding: 20px 30px;

        width: 330px;
        height: auto;

        color: rgb(0, 0, 0);

        box-shadow: 0px 3px 6px #00000029;

    }

    .Card-Register {
        background-color: #ffffff;
        border-radius: 20px;
        padding: 33px 45px;
        width: 332px;
        box-shadow: 0px 3px 6px #0000004d;
    }

    .form-check-label {
        font-size: 14px;
    }

    .modal-dialog {
        margin: 35px;
    }
}